Class com.symantec.itools.vcafe.openapi.plugin.PlugInGlobalFrame
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.openapi.plugin.PlugInGlobalFrame

Object
   |
   +----PlugInView
           |
           +----PlugInWindow
                   |
                   +----PlugInFrame
                           |
                           +----com.symantec.itools.vcafe.openapi.plugin.PlugInGlobalFrame

public abstract class PlugInGlobalFrame
extends PlugInFrame
PlugInGlobalFrame provides a way to add a window to Visual Cafe environment. A global frame exists across various invocations of projects. A local frame exists on a per project basis.


Constructor Index

 o com.symantec.itools.vcafe.openapi.plugin.PlugInGlobalFrame()

Method Index

 o isGlobalView()
This method is called by the framework to find if the plug in view exists as a global view or a local view.

Constructors

 o PlugInGlobalFrame
public PlugInGlobalFrame()

Methods

 o isGlobalView
public final boolean isGlobalView()
This method is called by the framework to find if the plug in view exists as a global view or a local view. The default implementation returns true.

Returns:
true for global views
Overrides:
isGlobalView in class PlugInFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index